home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
LANG
/
BASIC
/
LIB
/
EVENTSHELL
/
DOCS
/
DatePick
< prev
next >
Wrap
Text File
|
1996-04-11
|
1KB
|
49 lines
This extension library should be installed using the
LIBRARY command and initialised with a call to
FN_shell_DatePick_Init. This call must be made AFTER
PROCshell_Init has been called.
The Calendar extension library must also be
loaded.
'DatePick' is a popup dialogue box which allows
the choice of a date from a calendar type
display. Normally the calendar which shows the
current date is opened, but any other calendar
can be displayed.
--------------------------------------------------------
FNshell_DatePick_Init
=> None
<= bool TRUE if module initialised correctly
FALSE otherwise
--------------------------------------------------------
PROCshell_AttachPopupDatePicker()
=> int window handle
int icon handle
int display icon handle
str function to call when selection is made
str function to call before dbox opens
Button type of icon dbox is attached to is set to 3
(Click) to ensure that event is received.
Notify FN
=> str selected date
<= int no meaning
PreOpen FN
=> int window handle of dbox
<= int no meaning
--------------------------------------------------------